home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / BC5 / EXAMPLES / VDBT / EVHANDLE / readme.txt
Text File  |  1997-03-03  |  719b  |  21 lines

  1. ----------------------------------------------------------------------------
  2.  Borland C++
  3.  Copyright (c) 1996 Borland International Inc.  All Rights Reserved.
  4. ----------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.    EVHANDLE -  Source-Sink Application
  8.  
  9. PURPOSE:
  10.    This program demonstrates how to trap VDBT events using the
  11.    source-sink method.  It uses the TDBEdit, TDBNavigator and
  12.    TDBRadioGroup classes to show how to set up sinks and handler
  13.    methods to trap some of the events for these controls.  It uses a
  14.    window with a listbox client to display message strings from the
  15.    event handler methods in order to show the event was trapped.
  16.  
  17.  
  18. COMMENTS:
  19.  
  20.  
  21.